home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / Frame.css next >
Encoding:
Cascading Style Sheet File  |  2006-09-25  |  3.2 KB  |  214 lines

  1. body
  2. {
  3.     background:#1f1f1f url(/img/App_GUI/Misc/indicator_lg_2.gif) center no-repeat;
  4.     padding:0px;
  5.     margin:0px;
  6.     
  7. }
  8. #AbsContainer
  9. {
  10.     position:absolute;
  11.     left:0px;
  12.     top:0px;
  13.     width:100%;
  14.     height:100%;
  15.     margin:0 0 0 0;
  16.     padding:0 0 0 0;
  17. }
  18.  
  19. .OperaContainer
  20. {
  21.     top:-12px !important;
  22.     left:-5px !important;
  23. }
  24.  
  25. #MainWindow
  26. {
  27.     float:left;
  28.     width:100%;
  29.     margin:0 0 0 0;
  30. }
  31.  
  32. #CopyRight, #CopyRight_BT
  33. {
  34.     float:left;
  35.     position:absolute;
  36.     left:0px;
  37.     bottom:0px;
  38.  
  39.     width:100%;
  40.  
  41.     height:30px;
  42.  
  43.     line-height:30px;
  44.  
  45.     font-weight:bold;
  46.     font-family:Tahoma, SimSun, sans-serif;
  47.     color:#ccc;
  48.     font-size:12px;
  49.     text-align:right;
  50.     color:#ddd;
  51.     background:url(/img/App_GUI/BundleCover/System_Footer.jpg) top repeat-x;
  52.     
  53.     overflow:hidden;
  54. }
  55.  
  56. a.CopyrightLink:link, a.CopyrightLink:visited
  57. {
  58.     margin-right:10px;
  59.     border-bottom:1px solid #555;
  60.     font-size:12px;
  61.     line-height:30px;
  62.     color:#ddd;
  63.     
  64.     text-decoration:none;
  65. }
  66.  
  67. a.CopyrightLink:hover{color:#fff;border-bottom:1px dashed #fff;}
  68.  
  69.  
  70. a.SwitchButton:link, a.SwitchButton:visited
  71. {
  72.     position:absolute;
  73.     left:5px;
  74.     bottom:-7px;
  75.     width:100px;
  76.     height:30px;
  77.     overflow:hidden;
  78.     background:url(/img/vClipper/SwitchButton.jpg) left top no-repeat;
  79.     color:#555;
  80.     text-align:center;
  81.     line-height:30px;
  82.     text-decoration:none;
  83. }
  84.  
  85. a.SwitchButton:hover
  86. {
  87.     background:url(/img/vClipper/SwitchButton_hover.jpg) left top no-repeat;
  88.     color:#000;
  89. }
  90.  
  91. .SecondLink
  92. {
  93.     left:110px !important;
  94. }
  95.  
  96. .ThirdLink
  97. {
  98.     left:215px !important;
  99. }
  100.  
  101. #FeedBack
  102. {
  103.     position:absolute;
  104.     right:0px;
  105.     bottom:20px;
  106.     background:#4381d4 url(/img/ProjectCenter/HelpMessage_bg.jpg) top repeat-x;
  107.     border-top:3px solid #000;
  108.     border-bottom:1px solid #666;
  109.     font-family:"Lucida Grande", Tahoma, SimSun, sans-serif;
  110.     height:100px;
  111.     padding-bottom:5px !important;
  112.     padding-bottom:12px;
  113.  
  114.     font-size:12px;
  115. }
  116.  
  117.     #FeedBack_Text
  118.     {
  119.         float:left;
  120.         width:70%;
  121.         height:85px;
  122.         margin:5px 0 0 5px;
  123.         font-size:14px;
  124.         color:#666;
  125.         line-height:20px;
  126.     }
  127.     
  128.     #FeedBack_ControlSets
  129.     {
  130.         float:right;
  131.         width:25%;
  132.         height:65px;
  133.         margin:10px 5px 0 0;
  134.         border-left:2px solid #888;
  135.     }
  136.     
  137.     #FeedBack_Submit
  138.     {
  139.         float:left;
  140.         width:120px;
  141.         height:25px;
  142.         line-height:20px;
  143.         font-size:12px;
  144.         font-weight:bold;
  145.         margin:0 5px 0 5px;
  146.         font-family:"Lucida Grande", Tahoma, SimSun, sans-serif;
  147.     }
  148.     
  149.     #FeedBack_Tip
  150.     {
  151.         float:left;
  152.         clear:left;
  153.         color:#fff;
  154.         width:100%;
  155.         font-size:12px;
  156.         line-height:16px;
  157.         margin:10px 0 0 5px;
  158.         font-weight:bold;
  159.     }
  160.     
  161.     a.HelpLink:link, a.HelpLink:visited
  162.     {
  163.         padding:0 10px 0 10px;
  164.         color:#eee;
  165.         font-weight:bold;
  166.         background:#6af;
  167.         text-decoration:none;
  168.     }
  169.     a.HelpLink:hover
  170.     {
  171.         background-color:#38d;
  172.         color:#fff;
  173.     }
  174.     a.HelpLink:active
  175.     {
  176.         background-color:#16b;
  177.     }
  178.     
  179.     #FeedBack_Done
  180.     {
  181.         position:absolute;
  182.         float:left;
  183.         left:0px;
  184.         top:0px;
  185.         width:100%;
  186.         height:100px;
  187.         background:#4381d4 url(/img/ProjectCenter/HelpMessage_bg.jpg) top repeat-x;
  188.         cursor:pointer !important;
  189.         cursor:hand !important;
  190.         padding-bottom:5px !important;
  191.         padding-bottom:12px;
  192.     }
  193.     
  194.     #FeedBack_Done h1
  195.     {
  196.         line-height:30px;
  197.         font-size:14px;
  198.         margin:5px 0 0 10px;
  199.         padding:0;
  200.         color:#000;
  201.         cursor:pointer;
  202.         cursor:hand;
  203.     }
  204.     
  205.     #FeedBack_Done p
  206.     {
  207.         line-height:18px;
  208.         font-size:12px;
  209.         margin:0 10px 5px 10px;
  210.         color:#fff;
  211.         font-weight:bold;
  212.         cursor:pointer;
  213.         cursor:hand;
  214.     }